crypto/tls.Conn.handshakeStatus (field)

7 uses

	crypto/tls (current package)
		conn.go#L36: 	handshakeStatus uint32
		conn.go#L1200: 	atomic.StoreUint32(&c.handshakeStatus, 0)
		conn.go#L1531: 	return atomic.LoadUint32(&c.handshakeStatus) == 1
		handshake_client.go#L453: 	atomic.StoreUint32(&c.handshakeStatus, 1)
		handshake_client_tls13.go#L103: 	atomic.StoreUint32(&c.handshakeStatus, 1)
		handshake_server.go#L125: 	atomic.StoreUint32(&c.handshakeStatus, 1)
		handshake_server_tls13.go#L80: 	atomic.StoreUint32(&c.handshakeStatus, 1)